Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

mrzzy/govware-2019-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Govware 2019 Exploit Demos

Intro

This repository attempts to implement the following exploits for Govware 2019:

  • Oracle WebLogic Server CVE-2019-2725
  • Docker Runc CVE-2019-5736 with docker containers.

Setup

Prequisites for all exploits:

  • Install docker and docker-compose

Instructions for Running demos:

  1. Change directory to exploit (see Project Structure)
cd <exploit dir>
  1. Download docker images
docker-compose pull
  1. Bring up the stack
docker-compose up
  1. On another terminal, access the attacker machine using:
docker-compose exec attacker
  1. Exploit

Project Structure

The project is structured as follows:

  • weblogic/ - A Oracle WebLogic Server CVE-2019-2725
    • containers/ - containers used in the exploit
      • attacker/ - attacker container
      • victim/ - victim container
  • docker/ - Docker Runc CVE-2019-5736
    • containers/ - containers used in the exploit
      • attacker/ - attacker container
      • victim/ - victim container

About

NP Govware 2019 Demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published